EndDateRecurrenceRange Constructor (DateTime, DateTime) |
Initializes a new instance of the EndDateRecurrenceRange class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic EndDateRecurrenceRange(
DateTime startDate,
DateTime endDate
)
Public Sub New (
startDate As DateTime,
endDate As DateTime
)
Parameters
- startDate
- Type: SystemDateTime
- endDate
- Type: SystemDateTime
See Also